[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
"yyyymmdd". DTOS()
DTOS() converts a date value to a character string suitable for
INDEXing in a compound key.
Syntax
DTOS(<expD>)
Argument
<expD> is the date value to convert.
Returns
A character string.
DTOS() returns a string eight characters long in the format "yyyymmdd".
When <expD> evaluates to a null date, DTOS() returns a string of eight
spaces.
Usage
The intention of DTOS() is to facilitate the ease of creating index key
expressions consisting of a date value and character expressions
independent of DATE and CENTURY SETtings and preserving date order
(year, month, and day).
See Also:
INDEX
CDOW
DOW
CMONTH
MONTH()
DAY
YEAR()
CTOD
DATE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson